home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 October / Enter 10 2006.iso / boot / isolinux / initrd / in / etc / nsswitch.conf < prev    next >
Encoding:
Text File  |  1999-08-21  |  1.1 KB  |  43 lines

  1. #
  2. # /etc/nsswitch.conf
  3. #
  4. # An example Name Service Switch config file. This file should be
  5. # sorted with the most-used services at the beginning.
  6. #
  7. # The entry '[NOTFOUND=return]' means that the search for an
  8. # entry should stop if the search in the previous entry turned
  9. # up nothing. Note that if the search failed due to some other reason
  10. # (like no NIS server responding) then the search continues with the
  11. # next entry.
  12. #
  13. # Legal entries are:
  14. #
  15. #      nisplus or nis+         Use NIS+ (NIS version 3)
  16. #      nis or yp               Use NIS (NIS version 2), also called YP
  17. #      dns                     Use DNS (Domain Name Service)
  18. #      files                   Use the local files
  19. #      [NOTFOUND=return]       Stop searching if not found so far
  20. #
  21.  
  22. passwd:     files
  23. shadow:     files
  24. group:      files
  25.  
  26. hosts:      files dns
  27.  
  28. services:   [NOTFOUND=return] files
  29. networks:   [NOTFOUND=return] files
  30. protocols:  [NOTFOUND=return] files
  31. rpc:        [NOTFOUND=return] files
  32. ethers:     [NOTFOUND=return] files
  33. netmasks:   [NOTFOUND=return] files     
  34. bootparams: [NOTFOUND=return] files
  35.  
  36. netgroup:
  37.  
  38. publickey:
  39.  
  40. automount:  files
  41. aliases:    files
  42.  
  43.